projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f691472
)
* src/ChangeLog: Fix a typo.
author
Dmitry Antipov
<dmantipov@yandex.ru>
Mon, 2 Jul 2012 10:08:41 +0000
(14:08 +0400)
committer
Dmitry Antipov
<dmantipov@yandex.ru>
Mon, 2 Jul 2012 10:08:41 +0000
(14:08 +0400)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 0a65e234fda5b3b8d2d5abc5950f5fc7383a2a24..604165377ba9d4a7d96d3fc1787f5f7ece62dc4a 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-9,7
+9,7
@@
* alloc.c (mark_buffer): Simplify. Remove prototype.
(mark_object): Add comment. Reorganize marking of vector-like
- objects. Use CHECK_LIVE for all vector-like ojects except buffers
+ objects. Use CHECK_LIVE for all vector-like o
b
jects except buffers
and subroutines when GC_CHECK_MARKED_OBJECTS is defined. Avoid
redundant calls to mark_vectorlike for bool vectors.